'Declaration
<DispIdAttribute(60)> Function GetTextLineParagraphIndex( _ ByVal OCRResultID As String, _ ByVal TextLineIdx As Integer _ ) As Integer
[DispId(60)] int GetTextLineParagraphIndex( string OCRResultID, int TextLineIdx )
function GetTextLineParagraphIndex( OCRResultID: String; TextLineIdx: Integer ): Integer;
DispIdAttribute(60) function GetTextLineParagraphIndex( OCRResultID : String, TextLineIdx : int ) : int;
[DispId(60)] int GetTextLineParagraphIndex( string* OCRResultID, int TextLineIdx )
[DispId(60)] int GetTextLineParagraphIndex( String^ OCRResultID, int TextLineIdx )
Parameters
- OCRResultID
- TextLineIdx